Online IVR Tutorial
Advanced Configuration Settings
'

Xtend IVR Toolkit stores its configuration information in a file named xivr.ini. Some of these settings can be modified using the Xtend IVR Configurator (XIVRCFG) utility. To modify other settings you will have to directly edit the xivr.ini file. Given below is a detailed explanation of various configuration parameters from the xivr.ini file.

General

ProgramName : Caption of the Main Window. Script : Script to execute. UserExe : Program to be executed when User button is clicked. UserExeIcon : Icon for the User button. UserExeToolTip : Tool tip for the User button. RebootOnGPF : Whether to restart the system or Xtend IVR on GPF PrefixId : ID prefixed to the log entry. TotalCalls : Total number of calls attended by Xtend IVR. KeepDmp : Number of days should the system store the dump file. MaxDevices : Maximum of channels supported by the Xtend IVR. Bitmap : Path defined to the logo bitmap. DisableUI : When enabled Xtend IVR runs as a background process with no visible user interface.


Compatibility

LineAnswerTimeout : Maximum delay (in milliseconds) permitted before a call to the TAPI line must be answered.
LineDialTimeout : Maximum delay (in milliseconds) permitted before an event is fired.
ThreadExitTimeout : Delay in milliseconds before Xtend IVR thread exits.
PostInputDelay : Delay between two inputs.

TAPI Devices

Number of TAPI devices installed in the machine.

Speech

SapiVer : SAPI version used.
Speaker : Name of the speaker.
Product : Name of the Speech Engine.

Main Window

X : X coordinate of the Main Window.
Y : Y coordinate of the Main Window.
Width : Width of the Main Window.
Height : Height of the Main Window.

Developer Window

X : X coordinate of the Developer Window.
Y : Y coordinate of the Developer Window.
Width : Width of the Developer Window.
Height : Height of the Developer Window.

Debug

X : X coordinate of the Debug Window.
Y : Y coordinate of the Debug Window.
Width : Width of the Debug Window.
Height : Height of the Debug Window.
Editor : Default editor for Xtend IVR. The default editor is XE. It takes two command line parameters %d and %s. %d and %s will be replaced with the line number and currently executing script name. When line number is given, XE will position the caret at the specified line number.
PhoneModel : The model of the simulated phone to be displayed.

Enable System Menu

EditScript : Setting to enable the menu item in the System Menu.
ChangeScript : Setting to enable the menu item in the System Menu.
Configure : Setting to enable the menu item in the System Menu.
Appwindow : Setting to enable the menu item in the System Menu.

Logs

X : X coordinate of the Log Window.
Y : Y coordinate of the Log Window.
Viewer : Text Editor to display logs.

Variable Window

Contains settings for the Variable Edit Window.

X : X coordinate of the Variable Edit Window.
Y : Y coordinate of the Variable Edit Window.
Width : Width of the Variable Edit Window.
Height : Height of the Variable Edit Window.
Visible : Setting to decide the visibility of the Variable Edit Window.


Source Window

Contains settings for the Source Code Window.

X : X coordinate of the Source Window.
Y : Y coordinate of the Source Window.
Width : Width of the Source Window.
Height : Height of the Source Window.
Visible : Setting to decide the visibility of the Source Window.